Cruft removal in struct image.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 11 Jun 2011 01:48:59 +0000 (21:48 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 11 Jun 2011 01:48:59 +0000 (21:48 -0400)
commite1f4cd1cff2f698d9fd527a8ee77a7a1a951c8d6
tree6503b4321cfd9ed90108c133aea8239321ef1416
parent9b6d8264301a277b46e6d75ea867a11b1ff9d474
Cruft removal in struct image.

* src/dispextern.h (struct image): Replace data member, whose int_val
and ptr_val fields were not used by anything, with a single
lisp_val object.

* src/image.c (Fimage_metadata, make_image, mark_image, tiff_load)
(gif_clear_image, gif_load, imagemagick_load_image)
(gs_clear_image, gs_load): Callers changed.
src/ChangeLog
src/dispextern.h
src/image.c